home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / cfuncs.zip / LTRIM.DOC < prev    next >
Text File  |  1991-01-03  |  311b  |  10 lines

  1. /*---------------ltrim----------------------------------*/
  2. /*DESCRIPTION: Takes the leading spaces out of a string */
  3. /*                            */
  4. /*RETURNS: the address of string            */
  5. /*USES: MidStr                        */
  6. /*IN: string.c                         */
  7. /*------------------------------------------------------*/
  8.  
  9. char *ltrim(char *string)
  10.